home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BBS / FN337_2.ARJ / FNETDOOR.DOC < prev    next >
Text File  |  1990-04-08  |  4KB  |  95 lines

  1.  
  2.  
  3.  
  4. 04-08-90
  5.  
  6.  
  7.                         FeatherNet BBS Door Operation
  8.                         
  9.         FeatherNet BBS will handle all PCBoard(r) V14.x doors.
  10.         You will need to run the file "cname.exe" to create the
  11.         "pcboard.dat" and "cnames" files.
  12.  
  13.           **********************************************************
  14.           *  The door function is disabled in Feathernet until you *
  15.           *  have registered your copy. You may run up to 99 doors *
  16.           **********************************************************
  17.         
  18.         FNET uses a dos exit file to keep the current user's status
  19.         when exiting to dos for a door to run or for file transfers
  20.         to occur. The file is called pcboard.sys. It contains the User's
  21.         name, Password, Access Level, Time Allowed, Time logged on, and
  22.         otherpertinent information. Upon return from dos, the information
  23.         is used to update the caller's stats and time on the system.
  24.         
  25.         
  26.         Another item to ensure the doors will function is to place all 
  27.         paths for the "PCBoard.SYS" file to the FNET node directory:
  28.         For example, if my node  DIR is C:\FNET, I would place in the
  29.         door.cfg file (if the door requires), the command 
  30.         "c:\fnet\pcboard.sys" to indicate the path for PCBoard.SYS is 
  31.         actually in the FNET directory. 
  32.  
  33.                 All the doors have excellent documentation and you
  34.         should be able to easily figure the setup out. 
  35.  
  36.         DOOR batch files:
  37.  
  38.         Name the batch files the name you assign to the door
  39.         in the "DOORS.DAT" file. DO NOT add ".BAT". Each node will require
  40.         a set of batch files for doors.
  41.         
  42.  
  43.  
  44.  
  45.  
  46.  
  47.        DOORS.DAT
  48.        --------
  49.                 DOORS.DAT is the data file which which FNET uses each
  50.         time the [D]oor command is selected from the main menu. It 
  51.         contains the following information:
  52.  
  53.         [2] Name of door and access level required to access the door.
  54.             The name must be 8 or less characters and must match the 
  55.             batch file name for this door. Ex: LOAN,, 5 would be the
  56.             door name for Loan door. LOAN.BAT is the batch file name 
  57.             for this door. Access level 5 or above is required also.
  58.  Note: >>>  The commas MUST separate the door name and access level!!   <<<
  59.             A future release of FNET may allow password for doors.
  60.         
  61.         DOOR.LST
  62.         --------
  63.                 This is the actual door menu. It may be in in any form
  64.                 you desire so long as the doors are numbered. The door 
  65.                 menu uses numbers to select a door.
  66.                 Example:
  67.                           The Programmer's Inn Door Selections
  68.  
  69.                 [1] Loan Door | This is a REAL Time loan calculation Tool
  70.                 [2] Tradewars | The best galaxy quest around!
  71.                 
  72.         As far as the actual directories for the doors are concerned, 
  73.         you may place them in any directory you see fit. 
  74.         Note: Several door programs require that BRUN20.EXE, or 
  75.         BRUN30.EXE, BRUN40.EXE, or BRUB45.EXE be present to run. These are
  76.         from the Microsoft QuickBASIC compiler package. These files must be
  77.         "patched" to prevent the CARRIER (modem connection) from being 
  78.         lost (QuickBASIC normally drops the carrier when a program
  79.         closes the communications port or ends) when the bbs runs a 
  80.         door. These patched files  are available on many bbs' including 
  81.         The Programmer's Inn (Home of FNET (415-967-3484). Remember, these
  82.         files ARE REQUIRED to run MANY of the doors!
  83.  
  84.         There are no simple words to assist you in setting up the 
  85.         doors. I have spent quite a lot of time setting them up on my 
  86.         own PCBoard bbs (when I ran it). The best advice is to follow 
  87.         the documentation provided with the doors and also use a little 
  88.         imagination. Remember, this is FNET, not PCBoard. Remember, 
  89.         that PCBoard.SYS will be located in the FNET node home directory.
  90.         
  91.         That is all I can think of that will be really beneficial for 
  92.         installing doors. Just remember, you can restrict access to 
  93.         any door through the access level assignment.
  94.  
  95.